GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / AddRedactionRegion_3 Method





In This Topic
AddRedactionRegion_3 Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function AddRedactionRegion_3( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single, _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte, _
   ByVal Alpha As Byte _
) As GdPictureStatus
public GdPictureStatus AddRedactionRegion_3( 
   float Left,
   float Top,
   float Width,
   float Height,
   byte Red,
   byte Green,
   byte Blue,
   byte Alpha
)
public function AddRedactionRegion_3( 
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single;
    Red: Byte;
    Green: Byte;
    Blue: Byte;
    Alpha: Byte
): GdPictureStatus; 
public function AddRedactionRegion_3( 
   Left : float,
   Top : float,
   Width : float,
   Height : float,
   Red : byte,
   Green : byte,
   Blue : byte,
   Alpha : byte
) : GdPictureStatus;
public: GdPictureStatus AddRedactionRegion_3( 
   float Left,
   float Top,
   float Width,
   float Height,
   byte Red,
   byte Green,
   byte Blue,
   byte Alpha
) 
public:
GdPictureStatus AddRedactionRegion_3( 
   float Left,
   float Top,
   float Width,
   float Height,
   byte Red,
   byte Green,
   byte Blue,
   byte Alpha
) 

Parameters

Left
Top
Width
Height
Red
Green
Blue
Alpha
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members